ServiceDeleteAttachment Method (String) |
Deletes file or item attachment from an existing item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId DeleteAttachment(
string attachmentId
)
Public Function DeleteAttachment (
attachmentId As String
) As ItemId
Parameters
- attachmentId
- Type: SystemString
The ID of the attachment to delete.
Return Value
Type:
ItemIdThe identifier of the parent item.
See Also